.driver-photo{
	height:150px;
	margin: auto;
	width: 150px;
}

.driver-photo img{
	height:100%;
	width:100%;	
	object-fit:cover;
	border-radius:10px;
	box-shadow: 0 0 4px;
}

.admin-driver-container .container .row{
	margin-bottom:15px;
	
}